Revert "Release/1115.0.0 (#9464)" - #9467
Merged
Merged
Conversation
This reverts commit e0d5853.
ccharly
marked this pull request as ready for review
July 10, 2026 14:34
ccharly
enabled auto-merge
July 10, 2026 14:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit e0d5853.
Explanation
We'll actually mark this as breaking change for the
multichain-account-service.References
N/A
Checklist
Note
Low Risk
Metadata-only revert of version bumps and lockfile; no logic changes, though consumers who already took 1115.0.0 packages need consistent dependency resolution.
Overview
Reverts Release/1115.0.0 (#9464) so the monorepo and published package versions match the pre-release state again.
The root monorepo version goes from
1115.0.0back to1114.0.0.@metamask/accounts-controlleris rolled back from39.0.5to39.0.4, and@metamask/multichain-account-servicefrom12.1.0to12.0.0. Changelogs drop the39.0.5/12.1.0sections and the related “bump” lines that #9464 added across many packages; dependents’package.jsonandyarn.lockpin^39.0.4and^12.0.0again instead of the newer ranges.There is no application or controller source change in this diff—only versioning, changelog, and lockfile alignment. The PR description notes a follow-up to treat
multichain-account-servicechanges as a breaking release separately.Reviewed by Cursor Bugbot for commit d574fa2. Bugbot is set up for automated code reviews on this repo. Configure here.